← Index
NYTProf Performance Profile   
For /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
  Run on Tue Oct 15 17:10:45 2013
Reported on Tue Oct 15 17:12:53 2013

Filename(eval 1061)[/usr/share/perl/5.10/CGI.pm:869]
StatementsExecuted 14 statements in 47µs
Eval Invoked At/usr/share/perl/5.10/CGI.pm line 869
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
77243µs144µsCGI::::FETCHCGI::FETCH
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 144µs (43+101) within CGI::FETCH which was called 7 times, avg 21µs/call: # once (14µs+44µs) by main::RUNTIME at line 832 of CGI.pm # once (6µs+14µs) by main::RUNTIME at line 440 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (8µs+9µs) by main::RUNTIME at line 409 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (4µs+9µs) by main::RUNTIME at line 437 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (3µs+8µs) by main::RUNTIME at line 423 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (4µs+8µs) by main::RUNTIME at line 441 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl # once (3µs+8µs) by main::RUNTIME at line 445 of /usr/share/koha/opac/cgi-bin/opac/opac-search.pl
package CGI; sub FETCH {
274µs return $_[0] if $_[1] eq 'CGI';
3743µs7101µs return undef unless defined $_[0]->param($_[1]);
# spent 101µs making 7 calls to CGI::param, avg 14µs/call
4 return join("\0",$_[0]->param($_[1]));
5}
6
7;